The Process(RasterImage,Int32,Int32,IList<PageAlignment>) Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- form
- Form image.
- firstPageNumber
- First form page to process. It is a 1-based value.
- lastPageNumber
- last form page to process. It is a 1-based value.
- formAlignment
- A value that indicates the Form Alignment. It aligns Master Form's fields to this form field. If it is null fields will be aligned depending on the image resolution.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Process( _ ByVal form As RasterImage, _ ByVal firstPageNumber As Integer, _ ByVal lastPageNumber As Integer, _ ByVal formAlignment As IList(Of PageAlignment) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FormProcessingEngine Dim form As RasterImage Dim firstPageNumber As Integer Dim lastPageNumber As Integer Dim formAlignment As IList(Of PageAlignment) instance.Process(form, firstPageNumber, lastPageNumber, formAlignment) |
C# | |
---|---|
public void Process( RasterImage form, int firstPageNumber, int lastPageNumber, IList<PageAlignment> formAlignment ) |
C++/CLI | |
---|---|
public: void Process( RasterImage^ form, int firstPageNumber, int lastPageNumber, IList<PageAlignment^>^ formAlignment ) |
Parameters
- form
- Form image.
- firstPageNumber
- First form page to process. It is a 1-based value.
- lastPageNumber
- last form page to process. It is a 1-based value.
- formAlignment
- A value that indicates the Form Alignment. It aligns Master Form's fields to this form field. If it is null fields will be aligned depending on the image resolution.
For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7